| Conditions | 4 |
| Paths | 3 |
| Total Lines | 12 |
| Lines | 12 |
| Ratio | 100 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 0 |
| 1 | View Code Duplication | 'use strict' |
|
| 38 | Module.getManifest(function (manifest) { |
||
| 39 | var options = manifest.getDevOption('autoreload') |
||
| 40 | if (!options || !('paths' in options)) { |
||
| 41 | return |
||
| 42 | } |
||
| 43 | |||
| 44 | if (!matchFile(options, path)) { |
||
| 45 | return |
||
| 46 | } |
||
| 47 | |||
| 48 | reload(containerToken, path, event) |
||
| 49 | }) |
||
| 50 | } |
||
| 51 |